* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html{
  scroll-behavior: smooth;
}

body{
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  background-color: #F1F6FA;
}

.topnav {
  overflow: hidden;
  background-color: #002B4E;
  position: fixed; 
  width: 100%; 
  top: 0; 
  z-index: 1000; 
  
} 

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 15px;
}

.topnav a:hover {
  background-color: #C65BCF;
  color: #002B4E;
}

.topnav .icon {
  display: none;
}

.topnav input[type=text] {
  float: right;
  padding: 6px;
  margin-top: 8px;
  margin-right: 16px;
  border: none;
  font-size: 17px;
}

.maps {
  background-color: #002B4E;
  text-align: center;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.maps-container {
  max-width: 600px;
  margin: 0 auto;
}

.jumbotron6 {
  color: #f2f2f2;
}

.jumbotron6 h1 {
  font-size: 30px;
  margin-bottom: 5px;
}

.jumbotron6 p2 {
  font-size: 12px;
  margin-bottom: 5px;
}

.row-limit {
  margin-top: 20px;
  text-align: center;
}

.suggestion {
  display: flex;
  justify-content: center;
}

.container4 {
  display: flex;
  flex-direction: column;
  justify-content: center; /* Center vertically */
  align-items: center; /* Center horizontally */
  height: 100vh; /* Adjust the height as needed */
}

  .container4 h1 {
    font-size: 40px;
    color: #002B4E; /* Adjust the color as needed */
}

.container4 p {
  font-size: 20px;
  color: #002B4E; /* Adjust the color as needed */
  margin-top: 5px;
  margin-bottom: 70px; /* Adjust the margin as needed */
}

.container4  .button-container {
  margin-top: 60px;
  margin-right: 195.5px;
}

.container4 .btn {
  display: inline-block;
  padding: 10px 450px;
  background-color: #002B4E;
  color: #F1F6FA;
  text-decoration: none;
  border-radius: 20px;
  transition: background-color 0.3s, color 0.3s;
  font-size: 16px;
}

.container4 .btn:hover {
  background-color: #C65BCF;
  color: #002B4E;
}

.container4  .custom-form {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  text-align: left;
  color:#F1F6FA ;
}

.container4  .form-group {
    margin-bottom: 20px;
}

.container4 .form-group label {
    font-weight: bold;
    font-size: 20px;
    color: #002B4E;
    padding-top: 20px;  
}

.container4 .form-group input[type="text"] {
    width: 100%;
    padding: 15px;
    border: 3px solid #002B4E;
    font-size: 15px;
    border-radius: 5px;
    margin-bottom: 10px; 
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {
      display: none;
  }

  .topnav a.icon {
      float: right;
      display: block;
  }

  .topnav a, .topnav input[type=text] {
      float: none;
      display: block;
      text-align: left;
      width: 100%;
      margin: 0;
      padding: 14px;
  }

  .topnav input[type=text] {
      border: 1px solid #002B4E;
  }

  .topnav.responsive {
      position: fixed;
  }

  .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
  }

  .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
  }
  .container4 h1 {
    font-size: 30px;
}

.container4 p {
    font-size: 16px;
    margin-bottom: 40px;
}

.container4 .button-container {
    margin-top: 40px;
    margin-right: 0;
}

.container4 .btn {
    padding: 10px 20px;
    font-size: 14px;
}

.container4 .custom-form {
    padding: 10px;
}

.container4 .form-group label {
    font-size: 16px;
}

.container4 .form-group input[type="text"] {
    padding: 10px;
    font-size: 14px;
}
}



